|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
In order to create an object loop, you must declare a MathVariable that is an OBJECT type. It does not retrieve anything useful for configuration but directs the system on how to operate.
|
TYPE=OBJECT |
||||
|
Element |
Attributes |
Attribute Value |
Element Value |
Definition |
|
<MathVariable> |
TYPE |
OBJECT |
|
|
|
OBJECTNAME |
Name of the object where the loop will occur. |
|
This will be the same OBJECTNAME listed in the associated TYPE=ObjectLoop line of configuration. | |
|
SOURCEARRAY |
The VARAIBLENAME of the associated OBJECTLOOP MathLoop. |
|
| |
<MathVariable VARIABLENAME=”r;IndividualClient" TYPE="OBJECT" OBJECTNAME="Client" SOURCEARRAY="ClientLoop"></MathVariable>